From 5b8acb9ddfd8efc1d0f10760cc4510f50b0c466f Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 17 Oct 2006 18:17:19 +0100 Subject: [PATCH] [SOLARIS] Disable "chk" script. The tests aren't portable and there's little need for it. Signed-off-by: John Levon --- tools/check/chk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/check/chk b/tools/check/chk index 7859760bd7..a2df05dedd 100755 --- a/tools/check/chk +++ b/tools/check/chk @@ -14,6 +14,8 @@ function usage { export PATH=${PATH}:/sbin:/usr/sbin +[ `uname -s` = SunOS ] && exit 0 + case $1 in build) check="CHECK-BUILD" -- 2.30.2